PDF4Java Reference Documentation
com.o2sol.pdf4java.core.io Package / MemoryStream Class / writeByte Method
The byte to write to the stream.
In This Topic
    writeByte Method
    In This Topic
    Writes a byte to the current position in the stream and advances the position within the stream by one byte.
    Syntax
    public void writeByte( 
       byte value
    )

    Parameters

    value
    The byte to write to the stream.
    Exceptions
    ExceptionDescription
    if the stream is closed.
    See Also